#qrcode-mask-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.qrcode-popup-box {
    position: fixed;
    width: 350px;
    height: 550px;
    top: 50%;
    left: 50%;
    box-shadow: 2px 3px 5px #797979;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
    z-index: 10001;
    background: #fff;
    border-radius: 8px;
}

.qrcode-popup-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #6271F9;
    text-align: center;
}

.qrcode-popup-box .popup-content {
    padding: 0 42px;
    margin: 0 auto;
    margin-bottom: 20%;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 32px;
}

.qrcode-popup-box .code-img {
    width: 100%;
    text-align: center;
    /* margin-bottom: 32%; */
}

.qrcode-popup-box .code-img img {
    width: 50%;
    height: 50%;
}

.qrcode-popup-box .close-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #E57C30;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.qrcode-popup-header {
    /* width: 60%; */
    position: relative;
    margin: 2% auto 10%;
}

.qrcode-popup-headerL {
    font-size: 48px;
    font-weight: 700;
    width: 40%;
    height: 40%;
    text-align: center;
    color: #0000ff;
}

.qrcode-popup-headerR {
    position: absolute;
    right: 0;
    top: 5%;
    width: 60%;
    text-align: center;
}

.qrcode-popup-headerR .headerR-top {
    font-size: 28px;
    width: 40%;
    height: 10%;
}

.qrcode-popup-headerR .headerR-bottom {
    text-align: center;
    position: relative;
}

.qrcode-popup-headerR .headerR-bottom p {
    height: 5%;
    font-weight: 700;
    font-size: 32px;
    color: #D9001B;
}

.qrcode-popup-headerR .headerR-bottom .headerR-arrow {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 3%;
}

span.arrow-down {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #cdcdcd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

span.arrow-line {
    position: relative;
    font-size: 20px;
    border: 2px solid #cdcdcd;
}


/* pop2 第二个弹框 */

.pop2-box {
    position: fixed;
    width: 468px;
    height: 550px;
    top: 50%;
    left: 50%;
    box-shadow: 2px 3px 5px #797979;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
    z-index: 10001;
    background: #fff;
}

.pop2-box .pop2-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #000;
    background-color: #F2c03c;
    text-align: center;
}

.pop2-box .pop2-content {
    position: relative;
    /* text-align: center; */
}

.pop2-box .pop2-content h2 {
    padding: 6% 0;
    text-align: center;
    font-weight: 900;
}

.pop2-box .pop2-content .pop2-img {
    width: 100%;
    text-align: center;
}

.pop2-box .pop2-content .pop2-img img {
    width: 50%;
    height: 50%;
}

.pop2-box .pop2-content p {
    padding: 0 28px;
    line-height: 40px;
}

.pop2-box .pop2-content p em {
    font-style: normal;
    font-weight: bold;
}

.pop2-box .pop2-closeBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #aba79b;
    color: #fff;
    font-size: 18px;
    text-align: center;
}


/* pop3 第三个弹框 */

.pop3-box {
    position: fixed;
    width: 600px;
    height: 420px;
    top: 50%;
    left: 50%;
    box-shadow: 2px 3px 5px #797979;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
    z-index: 10001;
    background: #fff;
}

.pop3-box .pop3-top {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    background-color: #ee7f36;
    text-align: center;
}

.pop3-box .pop3-content {
    position: relative;
    width: 100%;
    height: 373px;
}

.pop3-box .pop3-img {
    width: 250px;
    height: 250px;
    margin-top: 61px;
    margin-left: 15px;
}

.pop3-box .pop3-img img {
    width: 100%;
    height: 100%;
}

.pop3-box .pop3-text {
    position: absolute;
    top: 0;
    right: 7%;
    height: 250px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.pop3-box .pop3-text h2 {
    position: absolute;
    top: 110px;
    left: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #1640ce;
}

.pop3-box .pop3-text p {
    padding: 4px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
}

.pop3-box .pop3-text p:first-child {
    margin-top: 16px;
}

.pop3-box .pop3-text p:last-child {
    position: absolute;
    top: 209px;
    left: 0;
}


/* pop4 第四个弹框 */

.pop4-box {
    position: fixed;
    width: 351px;
    height: 400px;
    top: 50%;
    left: 50%;
    box-shadow: 2px 3px 5px #797979;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
    z-index: 10001;
    background: #D5B688;
}

.pop4-box .pop4-top {
    width: 100%;
    height: 125px;
}

.pop4-box .pop4-top img {
    width: 100%;
    height: 100%;
}

.pop4-box .pop4-code {
    position: relative;
    width: 100%;
    text-align: center;
}

.pop4-box .pop4-code img {
    margin-top: 37px;
    width: 200px;
    height: 200px;
}


/* pop5 第五个弹框 */

.pop5-box {
    position: fixed;
    height: 470px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 2px 3px 5px #797979;
    overflow: hidden;
    z-index: 10001;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.pop5-box .pop5-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 700;
    background-color: #4A4D5C;
    text-align: center;
    color: #fff;
}

.pop5-box .pop5-content {
    /* width: 100%; */
    /* height: 100%; */
    /* height: 465px; */
    height: 470px;
}

.pop5-box .pop5-content img {
    height: 470px;
}

.pop5-box .pop5-contentW {
    position: relative;
    width: 500px;
}

.pop5-box .pop5-contentW img {
    width: 100%;
    height: 100%;
}


/* 第六个弹框 */

.pop6-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 505px;
    height: 511px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 50px 0px rgba(69, 69, 69, 0.95);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 10001;
    background: #fff;
    display: none;
}

.pop6-box .pop6-top {
    height: 46px;
    line-height: 46px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #FF9900;
    border-bottom: 1px solid #e4e4e4;
}

.pop6-box .pop6-content {
    padding: 15px 40px 15px;
    font-size: 14px;
    color: #000;
}

.pop6-box .pop6-content .text {
    padding: 0 10px;
    text-align: left;
}

.pop6-box .pop6-content p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

.pop6-box .pop6-content .img-box img {
    width: 220px;
    height: 220px;
    vertical-align: middle;
    /* margin-top: 15px; */
}

.pop6-box .close-btn {
    height: 46px;
    line-height: 46px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #3366FF;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e4e4e4;
    cursor: pointer;
}

.pop7-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 734px;
    height: 453px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .35);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 10001;
    background: #fff;
    text-align: center;
    padding: 40px 55px 0;
    /* display: none; */
}

.pop7-box .pop7-title {
    font-weight: 700;
    font-size: 36px;
    color: rgb(229, 28, 35);
    font-style: normal;
    letter-spacing: 1.6px;
    line-height: 56px;
}

.pop7-box .pop7-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 27px;
    text-align: left;
}

.pop7-box .pop7-tips {
    font-weight: 700;
    font-size: 20px;
    color: rgb(16, 16, 16);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 29px;
    padding: 50px 0 40px;
}

.pop7-box .pop7-btn {
    display: inline-block;
    width: 170px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background-color: rgb(24, 144, 255);
    border-radius: 4px;
    font-size: 16px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    color: #fff;
    text-decoration: none;
}
/*本地下载按钮弹窗*/
.dbtntg{visibility:hidden;}
.dbremove,.arrow a,.pagination a{background:url("../image/dbboxic.png") no-repeat;}
.dbtnbg{position:fixed;width:100%;height: 100%;background:#000;opacity: 0.5;filter:alpha(opacity=50);top:0;left:0;z-index: 5555;}
.dbtnbox{position:fixed;width:520px;height:435px;background:#fff;z-index: 5558;left:50%;margin-left:-260px;top:50%;margin-top:-217.5px;top:50%;border:1px solid #ddd;}
.dbtnbox h2{color:#666;font-size:18px;margin-left:20px;line-height: 48px;}
.dbremove{width:16px;height: 16px;background-position:0 -60px;float:right;margin:10px 8px 0 0;cursor: pointer;}
.dblike{border-top:1px solid #ddd;}
.ouplay{margin:5px 0 0 38px;}.dblike ul{margin:5px 0 20px 42px;}
.ouplay li,.dblike li{float:left;/*margin:0 20px;*/text-align: center;width: 112px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ouplay li img,.dblike li img{width:72px;height:72px;}
.ouplay li p,.dblike li p{line-height: 22px;padding-bottom:5px;}
.ouplay li .downan,.dblike li .downan{width:58px;height: 20px;border: 1px solid #47b751;text-align: center;border-radius: 5px;font-size: 12px;color: #47b751;display: inline-block;line-height: 20px;}
.ouplay li .downan:hover,.dblike li .downan:hover{background:#47b751;text-decoration:none;color:#fff;}
.krakatoa{display:none;margin:50px auto;}
.krakatoa-control{padding-bottom:20px;}  .krakatoa-container{z-index: 120;}
.arrows{position:absolute;top:38px;left:0;z-index:100;}
.arrow{float:left;margin-right:7px;}
.arrow-left{margin-left:-56px;}
.arrow-right{float: none !important;margin-left:396px;}
.arrow a{display:block;width:16px;height:16px;padding-top:16px;overflow:hidden;cursor:pointer;text-indent: -555px;}
.arrow-left a{background-position:0 0;}.arrow-left a:hover{background-position:-17px 0;}
.arrow-right a{background-position:0 -29px;right:20px;}.arrow-right a:hover{background-position:-15px -29px;}
.buttons{position:absolute;bottom:-20px;right:195px;z-index:100;margin:0 !important;}
.buttons li{width:auto;margin:0 3px;}
.pagination{float:left;margin:0 2px;}
.pagination a{display:block;width:10px;height:0;padding-top:10px;background-position:0 -82px;overflow:hidden;}
.active-button a, .active-button a:hover{background-position:0 -95px;}
.ouplaywap{margin-top: -15px;}  
.ouplaywap ul {margin:5px 0 20px 42px;}